home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00245_Script_245 < prev    next >
Text File  |  2001-12-07  |  224b  |  21 lines

  1. global completo, timescore
  2.  
  3. on startFrame
  4.     startTimer
  5. end
  6.  
  7. on exitFrame me
  8.  
  9. timescore = the timer
  10.  
  11.   
  12.   
  13.   if completo = 1 then
  14.     go to frame "win_game"
  15.   else  
  16.     go to the frame
  17.   end if
  18.   
  19. end
  20.  
  21.